4.06 ms (45.04%)
|
1 |
SELECT c0_.id AS id_0, c0_.locale AS locale_1, c0_.slug AS slug_2, c0_.title AS title_3, c0_.category_label AS category_label_4, c0_.short_description AS short_description_5, c0_.detail_lead_paragraph1 AS detail_lead_paragraph1_6, c0_.detail_lead_paragraph2 AS detail_lead_paragraph2_7, c0_.detail_section2_title AS detail_section2_title_8, c0_.detail_section2_body AS detail_section2_body_9, c0_.detail_section3_title AS detail_section3_title_10, c0_.detail_section3_body AS detail_section3_body_11, c0_.detail_section4_title AS detail_section4_title_12, c0_.detail_section4_body AS detail_section4_body_13, c0_.detail_challenge_title AS detail_challenge_title_14, c0_.detail_challenge_body AS detail_challenge_body_15, c0_.donation_enabled AS donation_enabled_16, c0_.donation_goal_cents AS donation_goal_cents_17, c0_.donation_raised_cents AS donation_raised_cents_18, c0_.donation_preset_amounts AS donation_preset_amounts_19, c0_.donation_default_amount AS donation_default_amount_20, c0_.donation_min_amount AS donation_min_amount_21, c0_.donation_allow_custom_amount AS donation_allow_custom_amount_22, c0_.donation_offline_enabled AS donation_offline_enabled_23, c0_.donation_offline_instructions AS donation_offline_instructions_24, c0_.donation_button_label AS donation_button_label_25, c0_.is_featured AS is_featured_26, c0_.sort_order AS sort_order_27, c0_.is_active AS is_active_28, c0_.created_at AS created_at_29, c0_.updated_at AS updated_at_30, c0_.list_media_id AS list_media_id_31, c0_.detail_media_id AS detail_media_id_32 FROM cms_cause c0_ WHERE c0_.locale = ? AND c0_.is_active = ? ORDER BY c0_.sort_order ASC, c0_.title ASC
SELECT c0_.id AS id_0, c0_.locale AS locale_1, c0_.slug AS slug_2, c0_.title AS title_3, c0_.category_label AS category_label_4, c0_.short_description AS short_description_5, c0_.detail_lead_paragraph1 AS detail_lead_paragraph1_6, c0_.detail_lead_paragraph2 AS detail_lead_paragraph2_7, c0_.detail_section2_title AS detail_section2_title_8, c0_.detail_section2_body AS detail_section2_body_9, c0_.detail_section3_title AS detail_section3_title_10, c0_.detail_section3_body AS detail_section3_body_11, c0_.detail_section4_title AS detail_section4_title_12, c0_.detail_section4_body AS detail_section4_body_13, c0_.detail_challenge_title AS detail_challenge_title_14, c0_.detail_challenge_body AS detail_challenge_body_15, c0_.donation_enabled AS donation_enabled_16, c0_.donation_goal_cents AS donation_goal_cents_17, c0_.donation_raised_cents AS donation_raised_cents_18, c0_.donation_preset_amounts AS donation_preset_amounts_19, c0_.donation_default_amount AS donation_default_amount_20, c0_.donation_min_amount AS donation_min_amount_21, c0_.donation_allow_custom_amount AS donation_allow_custom_amount_22, c0_.donation_offline_enabled AS donation_offline_enabled_23, c0_.donation_offline_instructions AS donation_offline_instructions_24, c0_.donation_button_label AS donation_button_label_25, c0_.is_featured AS is_featured_26, c0_.sort_order AS sort_order_27, c0_.is_active AS is_active_28, c0_.created_at AS created_at_29, c0_.updated_at AS updated_at_30, c0_.list_media_id AS list_media_id_31, c0_.detail_media_id AS detail_media_id_32 FROM cms_cause c0_ WHERE c0_.locale = 'en' AND c0_.is_active = 1 ORDER BY c0_.sort_order ASC, c0_.title ASC;
|
1.19 ms (13.16%)
|
3 |
SELECT c0_.id AS id_0, c0_.label AS label_1, c0_.link_type AS link_type_2, c0_.route_token AS route_token_3, c0_.external_url AS external_url_4, c0_.open_in_new_tab AS open_in_new_tab_5, c0_.sort_order AS sort_order_6, c0_.is_enabled AS is_enabled_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.menu_id AS menu_id_10, c0_.parent_id AS parent_id_11 FROM cms_navigation_item c0_ WHERE c0_.menu_id = ? AND c0_.is_enabled = true ORDER BY c0_.sort_order ASC, c0_.label ASC
SELECT c0_.id AS id_0, c0_.label AS label_1, c0_.link_type AS link_type_2, c0_.route_token AS route_token_3, c0_.external_url AS external_url_4, c0_.open_in_new_tab AS open_in_new_tab_5, c0_.sort_order AS sort_order_6, c0_.is_enabled AS is_enabled_7, c0_.created_at AS created_at_8, c0_.updated_at AS updated_at_9, c0_.menu_id AS menu_id_10, c0_.parent_id AS parent_id_11 FROM cms_navigation_item c0_ WHERE c0_.menu_id = '10000000-0000-0000-0000-000000000002' AND c0_.is_enabled = true ORDER BY c0_.sort_order ASC, c0_.label ASC;
|