| 1 |
1.16 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;
|
| 2 |
1.67 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;
|
| 3 |
0.97 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: [
"2026-12-28 00:00:00"
"2027-01-24 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-12-28 00:00:00' AND s0_.date <= '2027-01-24 00:00:00' ORDER BY s0_.date ASC, s0_.start_hour ASC;
|
| 4 |
0.57 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;
|
| 5 |
0.44 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 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;
|
| 6 |
0.36 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 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 = 24;
|
| 7 |
0.30 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 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 = 11;
|