3.17 ms (30.54%)
|
1 |
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 = 12;
|
2.73 ms (26.34%)
|
1 |
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.is_active AS is_active_2, a0_.created_at AS created_at_3, a0_.updated_at AS updated_at_4, a0_.title AS title_5, a0_.header_image_name AS header_image_name_6, a0_.content_title AS content_title_7, a0_.content_subtitle AS content_subtitle_8, a0_.content AS content_9, a0_.content_image_name AS content_image_name_10, a0_.meta_description AS meta_description_11, a0_.slug AS slug_12, a0_.banner_title AS banner_title_13, a0_.banner_secondary_title AS banner_secondary_title_14, a0_.banner_content AS banner_content_15, a0_.banner_image_name AS banner_image_name_16, a0_.created_by_id AS created_by_id_17 FROM activity a0_
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.is_active AS is_active_2, a0_.created_at AS created_at_3, a0_.updated_at AS updated_at_4, a0_.title AS title_5, a0_.header_image_name AS header_image_name_6, a0_.content_title AS content_title_7, a0_.content_subtitle AS content_subtitle_8, a0_.content AS content_9, a0_.content_image_name AS content_image_name_10, a0_.meta_description AS meta_description_11, a0_.slug AS slug_12, a0_.banner_title AS banner_title_13, a0_.banner_secondary_title AS banner_secondary_title_14, a0_.banner_content AS banner_content_15, a0_.banner_image_name AS banner_image_name_16, a0_.created_by_id AS created_by_id_17 FROM activity a0_;
|
1.93 ms (18.63%)
|
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;
|
1.36 ms (13.16%)
|
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.17 ms (11.33%)
|
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 = 12;
|