0.15 ms (42.96%)
|
1 |
SELECT h0_.id AS id_0, h0_.hero_image AS hero_image_1, h0_.hero_button_label AS hero_button_label_2, h0_.hero_button_link AS hero_button_link_3, h0_.hp_nc AS hp_nc_4, h0_.image_size AS image_size_5, h0_.overlay AS overlay_6, h0_.auto_scroll_time AS auto_scroll_time_7, h0_.created_at AS created_at_8, h0_.updated_at AS updated_at_9, h0_.site_id AS site_id_10, h0_.created_by_id AS created_by_id_11, h0_.updated_by_id AS updated_by_id_12, h0_.deleted_by_id AS deleted_by_id_13 FROM home_config h0_ WHERE h0_.hp_nc = 1 AND h0_.site_id IS NULL LIMIT 1
SELECT h0_.id AS id_0, h0_.hero_image AS hero_image_1, h0_.hero_button_label AS hero_button_label_2, h0_.hero_button_link AS hero_button_link_3, h0_.hp_nc AS hp_nc_4, h0_.image_size AS image_size_5, h0_.overlay AS overlay_6, h0_.auto_scroll_time AS auto_scroll_time_7, h0_.created_at AS created_at_8, h0_.updated_at AS updated_at_9, h0_.site_id AS site_id_10, h0_.created_by_id AS created_by_id_11, h0_.updated_by_id AS updated_by_id_12, h0_.deleted_by_id AS deleted_by_id_13 FROM home_config h0_ WHERE h0_.hp_nc = 1 AND h0_.site_id IS NULL LIMIT 1;
|
0.12 ms (33.85%)
|
1 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.description AS description_3, s0_.image_name AS image_name_4, s0_.image_size AS image_size_5, s0_.image_dark_name AS image_dark_name_6, s0_.image_dark_size AS image_dark_size_7, s0_.active AS active_8, s0_.position AS position_9, s0_.roles_hide AS roles_hide_10, s0_.created_at AS created_at_11, s0_.updated_at AS updated_at_12 FROM site s0_ WHERE s0_.active = ? ORDER BY s0_.position ASC
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.description AS description_3, s0_.image_name AS image_name_4, s0_.image_size AS image_size_5, s0_.image_dark_name AS image_dark_name_6, s0_.image_dark_size AS image_dark_size_7, s0_.active AS active_8, s0_.position AS position_9, s0_.roles_hide AS roles_hide_10, s0_.created_at AS created_at_11, s0_.updated_at AS updated_at_12 FROM site s0_ WHERE s0_.active = 1 ORDER BY s0_.position ASC;
|