3.46 ms (22.09%)
|
5 |
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;
|
2.88 ms (18.42%)
|
3 |
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 WHERE t0.user_id = ?
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 WHERE t0.user_id = 22;
|
2.72 ms (17.41%)
|
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
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;
|
1.73 ms (11.03%)
|
1 |
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;
|
1.49 ms (9.56%)
|
1 |
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: [
"2026-08-31 00:00:00"
"2026-10-04 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 >= '2026-08-31 00:00:00' AND s0_.date <= '2026-10-04 00:00:00' ORDER BY s0_.date ASC, s0_.start_hour ASC;
|
1.39 ms (8.90%)
|
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
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;
|
1.00 ms (6.41%)
|
1 |
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;
|
0.97 ms (6.18%)
|
1 |
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;
|