| 1 |
4.48 ms |
SELECT t0.id AS id_1, t0.logo_name AS logo_name_2, t0.updated_at AS updated_at_3, t0.address AS address_4, t0.phone_1 AS phone_1_5, t0.phone_2 AS phone_2_6, t0.mail AS mail_7, t0.form_file_name AS form_file_name_8, t0.rgpd_file_name AS rgpd_file_name_9, t0.site_main_title AS site_main_title_10, t0.site_main_description AS site_main_description_11, t0.facebook AS facebook_12, t0.instagram AS instagram_13, t0.linkedin AS linkedin_14, t0.home_page_id AS home_page_id_15, t0.contact_page_id AS contact_page_id_16, t0.planning_page_id AS planning_page_id_17, t0.shop_page_id AS shop_page_id_18, t0.event_page_id AS event_page_id_19, t0.intervention_page_id AS intervention_page_id_20, t0.subscription_page_id AS subscription_page_id_21 FROM settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.logo_name AS logo_name_2, t0.updated_at AS updated_at_3, t0.address AS address_4, t0.phone_1 AS phone_1_5, t0.phone_2 AS phone_2_6, t0.mail AS mail_7, t0.form_file_name AS form_file_name_8, t0.rgpd_file_name AS rgpd_file_name_9, t0.site_main_title AS site_main_title_10, t0.site_main_description AS site_main_description_11, t0.facebook AS facebook_12, t0.instagram AS instagram_13, t0.linkedin AS linkedin_14, t0.home_page_id AS home_page_id_15, t0.contact_page_id AS contact_page_id_16, t0.planning_page_id AS planning_page_id_17, t0.shop_page_id AS shop_page_id_18, t0.event_page_id AS event_page_id_19, t0.intervention_page_id AS intervention_page_id_20, t0.subscription_page_id AS subscription_page_id_21 FROM settings t0 LIMIT 1;
|
| 2 |
2.52 ms |
SELECT t0.id AS id_1, t0.page_name AS page_name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.title AS title_5, t0.header_image_name AS header_image_name_6, t0.content_title AS content_title_7, t0.content_subtitle AS content_subtitle_8, t0.content AS content_9, t0.content_image_name AS content_image_name_10, t0.meta_description AS meta_description_11, t0.slug AS slug_12, t0.banner_title AS banner_title_13, t0.banner_secondary_title AS banner_secondary_title_14, t0.banner_content AS banner_content_15, t0.banner_image_name AS banner_image_name_16 FROM page t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.page_name AS page_name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.title AS title_5, t0.header_image_name AS header_image_name_6, t0.content_title AS content_title_7, t0.content_subtitle AS content_subtitle_8, t0.content AS content_9, t0.content_image_name AS content_image_name_10, t0.meta_description AS meta_description_11, t0.slug AS slug_12, t0.banner_title AS banner_title_13, t0.banner_secondary_title AS banner_secondary_title_14, t0.banner_content AS banner_content_15, t0.banner_image_name AS banner_image_name_16 FROM page t0 WHERE t0.id = 7;
|
| 3 |
2.05 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.content_type AS content_type_3, t0.content_title AS content_title_4, t0.content_sub_title AS content_sub_title_5, t0.content_description AS content_description_6, t0.page_id AS page_id_7 FROM page_block t0 WHERE t0.page_id = ?
SELECT t0.id AS id_1, t0.position AS position_2, t0.content_type AS content_type_3, t0.content_title AS content_title_4, t0.content_sub_title AS content_sub_title_5, t0.content_description AS content_description_6, t0.page_id AS page_id_7 FROM page_block t0 WHERE t0.page_id = 7;
|
| 4 |
1.69 ms |
SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.description AS description_2, s0_.price AS price_3, s0_.max_session_number AS max_session_number_4, s0_.is_active AS is_active_5, s0_.month_validity AS month_validity_6, s0_.created_at AS created_at_7 FROM subscription s0_ WHERE s0_.is_active = 1
SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.description AS description_2, s0_.price AS price_3, s0_.max_session_number AS max_session_number_4, s0_.is_active AS is_active_5, s0_.month_validity AS month_validity_6, s0_.created_at AS created_at_7 FROM subscription s0_ WHERE s0_.is_active = 1;
|
| 5 |
1.67 ms |
SELECT s0_.id AS id_0, s0_.date AS date_1, s0_.start_hour AS start_hour_2, s0_.end_hour AS end_hour_3, s0_.number_places AS number_places_4, s0_.participants AS participants_5, s0_.is_active AS is_active_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.created_by_id AS created_by_id_9, s0_.teacher_id AS teacher_id_10, s0_.activity_id AS activity_id_11 FROM session s0_ WHERE s0_.is_active = 1 AND s0_.date >= ? AND s0_.date <= ? ORDER BY s0_.date ASC, s0_.start_hour ASC
Parameters: [
"2027-11-01 00:00:00"
"2027-12-05 00:00:00"
]
SELECT s0_.id AS id_0, s0_.date AS date_1, s0_.start_hour AS start_hour_2, s0_.end_hour AS end_hour_3, s0_.number_places AS number_places_4, s0_.participants AS participants_5, s0_.is_active AS is_active_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.created_by_id AS created_by_id_9, s0_.teacher_id AS teacher_id_10, s0_.activity_id AS activity_id_11 FROM session s0_ WHERE s0_.is_active = 1 AND s0_.date >= '2027-11-01 00:00:00' AND s0_.date <= '2027-12-05 00:00:00' ORDER BY s0_.date ASC, s0_.start_hour ASC;
|
| 6 |
1.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_active AS is_active_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.title AS title_6, t0.header_image_name AS header_image_name_7, t0.content_title AS content_title_8, t0.content_subtitle AS content_subtitle_9, t0.content AS content_10, t0.content_image_name AS content_image_name_11, t0.meta_description AS meta_description_12, t0.slug AS slug_13, t0.banner_title AS banner_title_14, t0.banner_secondary_title AS banner_secondary_title_15, t0.banner_content AS banner_content_16, t0.banner_image_name AS banner_image_name_17, t0.created_by_id AS created_by_id_18 FROM activity t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_active AS is_active_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.title AS title_6, t0.header_image_name AS header_image_name_7, t0.content_title AS content_title_8, t0.content_subtitle AS content_subtitle_9, t0.content AS content_10, t0.content_image_name AS content_image_name_11, t0.meta_description AS meta_description_12, t0.slug AS slug_13, t0.banner_title AS banner_title_14, t0.banner_secondary_title AS banner_secondary_title_15, t0.banner_content AS banner_content_16, t0.banner_image_name AS banner_image_name_17, t0.created_by_id AS created_by_id_18 FROM activity t0;
|
| 7 |
1.71 ms |
SELECT t0.id AS id_1, t0.description AS description_2, t0.teacher_thumbnail_name AS teacher_thumbnail_name_3, t0.updated_at AS updated_at_4, t0.is_active AS is_active_5, t0.short_description AS short_description_6, t0.user_id AS user_id_7 FROM teacher t0
SELECT t0.id AS id_1, t0.description AS description_2, t0.teacher_thumbnail_name AS teacher_thumbnail_name_3, t0.updated_at AS updated_at_4, t0.is_active AS is_active_5, t0.short_description AS short_description_6, t0.user_id AS user_id_7 FROM teacher t0;
|
| 8 |
0.64 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3 FROM menu t0 WHERE t0.position = ? LIMIT 1
Parameters: [
"primary"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3 FROM menu t0 WHERE t0.position = 'primary' LIMIT 1;
|
| 9 |
2.54 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.url AS url_3, t0.target AS target_4, t0.menu_id AS menu_id_5, t0.page_id AS page_id_6 FROM menu_item t0 WHERE t0.menu_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.url AS url_3, t0.target AS target_4, t0.menu_id AS menu_id_5, t0.page_id AS page_id_6 FROM menu_item t0 WHERE t0.menu_id = 8;
|
| 10 |
0.52 ms |
SELECT t0.id AS id_1, t0.page_name AS page_name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.title AS title_5, t0.header_image_name AS header_image_name_6, t0.content_title AS content_title_7, t0.content_subtitle AS content_subtitle_8, t0.content AS content_9, t0.content_image_name AS content_image_name_10, t0.meta_description AS meta_description_11, t0.slug AS slug_12, t0.banner_title AS banner_title_13, t0.banner_secondary_title AS banner_secondary_title_14, t0.banner_content AS banner_content_15, t0.banner_image_name AS banner_image_name_16 FROM page t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.page_name AS page_name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.title AS title_5, t0.header_image_name AS header_image_name_6, t0.content_title AS content_title_7, t0.content_subtitle AS content_subtitle_8, t0.content AS content_9, t0.content_image_name AS content_image_name_10, t0.meta_description AS meta_description_11, t0.slug AS slug_12, t0.banner_title AS banner_title_13, t0.banner_secondary_title AS banner_secondary_title_14, t0.banner_content AS banner_content_15, t0.banner_image_name AS banner_image_name_16 FROM page t0 WHERE t0.id = 1;
|
| 11 |
0.53 ms |
SELECT t0.id AS id_1, t0.page_name AS page_name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.title AS title_5, t0.header_image_name AS header_image_name_6, t0.content_title AS content_title_7, t0.content_subtitle AS content_subtitle_8, t0.content AS content_9, t0.content_image_name AS content_image_name_10, t0.meta_description AS meta_description_11, t0.slug AS slug_12, t0.banner_title AS banner_title_13, t0.banner_secondary_title AS banner_secondary_title_14, t0.banner_content AS banner_content_15, t0.banner_image_name AS banner_image_name_16 FROM page t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.page_name AS page_name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.title AS title_5, t0.header_image_name AS header_image_name_6, t0.content_title AS content_title_7, t0.content_subtitle AS content_subtitle_8, t0.content AS content_9, t0.content_image_name AS content_image_name_10, t0.meta_description AS meta_description_11, t0.slug AS slug_12, t0.banner_title AS banner_title_13, t0.banner_secondary_title AS banner_secondary_title_14, t0.banner_content AS banner_content_15, t0.banner_image_name AS banner_image_name_16 FROM page t0 WHERE t0.id = 6;
|
| 12 |
1.22 ms |
SELECT t0.id AS id_1, t0.page_name AS page_name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.title AS title_5, t0.header_image_name AS header_image_name_6, t0.content_title AS content_title_7, t0.content_subtitle AS content_subtitle_8, t0.content AS content_9, t0.content_image_name AS content_image_name_10, t0.meta_description AS meta_description_11, t0.slug AS slug_12, t0.banner_title AS banner_title_13, t0.banner_secondary_title AS banner_secondary_title_14, t0.banner_content AS banner_content_15, t0.banner_image_name AS banner_image_name_16 FROM page t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.page_name AS page_name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.title AS title_5, t0.header_image_name AS header_image_name_6, t0.content_title AS content_title_7, t0.content_subtitle AS content_subtitle_8, t0.content AS content_9, t0.content_image_name AS content_image_name_10, t0.meta_description AS meta_description_11, t0.slug AS slug_12, t0.banner_title AS banner_title_13, t0.banner_secondary_title AS banner_secondary_title_14, t0.banner_content AS banner_content_15, t0.banner_image_name AS banner_image_name_16 FROM page t0 WHERE t0.id = 9;
|
| 13 |
0.54 ms |
SELECT t0.id AS id_1, t0.page_name AS page_name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.title AS title_5, t0.header_image_name AS header_image_name_6, t0.content_title AS content_title_7, t0.content_subtitle AS content_subtitle_8, t0.content AS content_9, t0.content_image_name AS content_image_name_10, t0.meta_description AS meta_description_11, t0.slug AS slug_12, t0.banner_title AS banner_title_13, t0.banner_secondary_title AS banner_secondary_title_14, t0.banner_content AS banner_content_15, t0.banner_image_name AS banner_image_name_16 FROM page t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.page_name AS page_name_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.title AS title_5, t0.header_image_name AS header_image_name_6, t0.content_title AS content_title_7, t0.content_subtitle AS content_subtitle_8, t0.content AS content_9, t0.content_image_name AS content_image_name_10, t0.meta_description AS meta_description_11, t0.slug AS slug_12, t0.banner_title AS banner_title_13, t0.banner_secondary_title AS banner_secondary_title_14, t0.banner_content AS banner_content_15, t0.banner_image_name AS banner_image_name_16 FROM page t0 WHERE t0.id = 10;
|
| 14 |
2.56 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.genre AS genre_5, t0.name AS name_6, t0.firstname AS firstname_7, t0.phone AS phone_8, t0.address AS address_9, t0.city AS city_10, t0.postal_code AS postal_code_11, t0.health AS health_12, t0.birth AS birth_13, t0.is_active AS is_active_14, t0.last_login_at AS last_login_at_15, t0.is_verified AS is_verified_16, t0.stripe_customer_id AS stripe_customer_id_17, t0.has_received_discovery_pack AS has_received_discovery_pack_18, t0.is_guest AS is_guest_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.deleted_at AS deleted_at_22, t23.id AS id_24, t23.description AS description_25, t23.teacher_thumbnail_name AS teacher_thumbnail_name_26, t23.updated_at AS updated_at_27, t23.is_active AS is_active_28, t23.short_description AS short_description_29, t23.user_id AS user_id_30 FROM `user` t0 LEFT JOIN teacher t23 ON t23.user_id = t0.id WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.genre AS genre_5, t0.name AS name_6, t0.firstname AS firstname_7, t0.phone AS phone_8, t0.address AS address_9, t0.city AS city_10, t0.postal_code AS postal_code_11, t0.health AS health_12, t0.birth AS birth_13, t0.is_active AS is_active_14, t0.last_login_at AS last_login_at_15, t0.is_verified AS is_verified_16, t0.stripe_customer_id AS stripe_customer_id_17, t0.has_received_discovery_pack AS has_received_discovery_pack_18, t0.is_guest AS is_guest_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.deleted_at AS deleted_at_22, t23.id AS id_24, t23.description AS description_25, t23.teacher_thumbnail_name AS teacher_thumbnail_name_26, t23.updated_at AS updated_at_27, t23.is_active AS is_active_28, t23.short_description AS short_description_29, t23.user_id AS user_id_30 FROM `user` t0 LEFT JOIN teacher t23 ON t23.user_id = t0.id WHERE t0.id = 22 AND ((t0.deleted_at IS NULL));
|
| 15 |
1.07 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.genre AS genre_5, t0.name AS name_6, t0.firstname AS firstname_7, t0.phone AS phone_8, t0.address AS address_9, t0.city AS city_10, t0.postal_code AS postal_code_11, t0.health AS health_12, t0.birth AS birth_13, t0.is_active AS is_active_14, t0.last_login_at AS last_login_at_15, t0.is_verified AS is_verified_16, t0.stripe_customer_id AS stripe_customer_id_17, t0.has_received_discovery_pack AS has_received_discovery_pack_18, t0.is_guest AS is_guest_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.deleted_at AS deleted_at_22, t23.id AS id_24, t23.description AS description_25, t23.teacher_thumbnail_name AS teacher_thumbnail_name_26, t23.updated_at AS updated_at_27, t23.is_active AS is_active_28, t23.short_description AS short_description_29, t23.user_id AS user_id_30 FROM `user` t0 LEFT JOIN teacher t23 ON t23.user_id = t0.id WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.genre AS genre_5, t0.name AS name_6, t0.firstname AS firstname_7, t0.phone AS phone_8, t0.address AS address_9, t0.city AS city_10, t0.postal_code AS postal_code_11, t0.health AS health_12, t0.birth AS birth_13, t0.is_active AS is_active_14, t0.last_login_at AS last_login_at_15, t0.is_verified AS is_verified_16, t0.stripe_customer_id AS stripe_customer_id_17, t0.has_received_discovery_pack AS has_received_discovery_pack_18, t0.is_guest AS is_guest_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.deleted_at AS deleted_at_22, t23.id AS id_24, t23.description AS description_25, t23.teacher_thumbnail_name AS teacher_thumbnail_name_26, t23.updated_at AS updated_at_27, t23.is_active AS is_active_28, t23.short_description AS short_description_29, t23.user_id AS user_id_30 FROM `user` t0 LEFT JOIN teacher t23 ON t23.user_id = t0.id WHERE t0.id = 24 AND ((t0.deleted_at IS NULL));
|
| 16 |
1.31 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.genre AS genre_5, t0.name AS name_6, t0.firstname AS firstname_7, t0.phone AS phone_8, t0.address AS address_9, t0.city AS city_10, t0.postal_code AS postal_code_11, t0.health AS health_12, t0.birth AS birth_13, t0.is_active AS is_active_14, t0.last_login_at AS last_login_at_15, t0.is_verified AS is_verified_16, t0.stripe_customer_id AS stripe_customer_id_17, t0.has_received_discovery_pack AS has_received_discovery_pack_18, t0.is_guest AS is_guest_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.deleted_at AS deleted_at_22, t23.id AS id_24, t23.description AS description_25, t23.teacher_thumbnail_name AS teacher_thumbnail_name_26, t23.updated_at AS updated_at_27, t23.is_active AS is_active_28, t23.short_description AS short_description_29, t23.user_id AS user_id_30 FROM `user` t0 LEFT JOIN teacher t23 ON t23.user_id = t0.id WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.genre AS genre_5, t0.name AS name_6, t0.firstname AS firstname_7, t0.phone AS phone_8, t0.address AS address_9, t0.city AS city_10, t0.postal_code AS postal_code_11, t0.health AS health_12, t0.birth AS birth_13, t0.is_active AS is_active_14, t0.last_login_at AS last_login_at_15, t0.is_verified AS is_verified_16, t0.stripe_customer_id AS stripe_customer_id_17, t0.has_received_discovery_pack AS has_received_discovery_pack_18, t0.is_guest AS is_guest_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.deleted_at AS deleted_at_22, t23.id AS id_24, t23.description AS description_25, t23.teacher_thumbnail_name AS teacher_thumbnail_name_26, t23.updated_at AS updated_at_27, t23.is_active AS is_active_28, t23.short_description AS short_description_29, t23.user_id AS user_id_30 FROM `user` t0 LEFT JOIN teacher t23 ON t23.user_id = t0.id WHERE t0.id = 11 AND ((t0.deleted_at IS NULL));
|