12.08 ms (85.53%)
|
6 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.attachment_path AS attachment_path_5, t0.is_pinned AS is_pinned_6, t0.is_locked AS is_locked_7, t0.status AS status_8, t0.view_count AS view_count_9, t0.reply_count AS reply_count_10, t0.last_reply_at AS last_reply_at_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.category_id AS category_id_14, t0.user_id AS user_id_15 FROM forum_topic t0 WHERE t0.category_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.attachment_path AS attachment_path_5, t0.is_pinned AS is_pinned_6, t0.is_locked AS is_locked_7, t0.status AS status_8, t0.view_count AS view_count_9, t0.reply_count AS reply_count_10, t0.last_reply_at AS last_reply_at_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.category_id AS category_id_14, t0.user_id AS user_id_15 FROM forum_topic t0 WHERE t0.category_id = 1;
|
1.31 ms (9.25%)
|
2 |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.position AS position_2, b0_.image_path AS image_path_3, b0_.link_url AS link_url_4, b0_.start_date AS start_date_5, b0_.end_date AS end_date_6, b0_.is_active AS is_active_7, b0_.click_count AS click_count_8, b0_.view_count AS view_count_9, b0_.sort_order AS sort_order_10, b0_.created_at AS created_at_11 FROM banner b0_ WHERE b0_.is_active = 1 AND ((b0_.start_date IS NULL OR b0_.start_date <= ?)) AND ((b0_.end_date IS NULL OR b0_.end_date >= ?)) AND b0_.position = ? ORDER BY b0_.sort_order ASC
Parameters: [
1780477058
1780477058
"header"
]
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.position AS position_2, b0_.image_path AS image_path_3, b0_.link_url AS link_url_4, b0_.start_date AS start_date_5, b0_.end_date AS end_date_6, b0_.is_active AS is_active_7, b0_.click_count AS click_count_8, b0_.view_count AS view_count_9, b0_.sort_order AS sort_order_10, b0_.created_at AS created_at_11 FROM banner b0_ WHERE b0_.is_active = 1 AND ((b0_.start_date IS NULL OR b0_.start_date <= 1780477058)) AND ((b0_.end_date IS NULL OR b0_.end_date >= 1780477058)) AND b0_.position = 'header' ORDER BY b0_.sort_order ASC;
|
0.26 ms (1.84%)
|
1 |
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.slug AS slug_2, f0_.description AS description_3, f0_.sort_order AS sort_order_4, f0_.is_active AS is_active_5 FROM forum_category f0_ WHERE f0_.is_active = 1 ORDER BY f0_.sort_order ASC
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.slug AS slug_2, f0_.description AS description_3, f0_.sort_order AS sort_order_4, f0_.is_active AS is_active_5 FROM forum_category f0_ WHERE f0_.is_active = 1 ORDER BY f0_.sort_order ASC;
|
0.24 ms (1.72%)
|
1 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.created_at AS created_at_3, s0_.updated_at AS updated_at_4 FROM service s0_ ORDER BY s0_.name ASC
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.created_at AS created_at_3, s0_.updated_at AS updated_at_4 FROM service s0_ ORDER BY s0_.name ASC;
|
0.23 ms (1.66%)
|
1 |
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.slug AS slug_2, a0_.created_at AS created_at_3, a0_.updated_at AS updated_at_4 FROM area a0_ ORDER BY a0_.name ASC
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.slug AS slug_2, a0_.created_at AS created_at_3, a0_.updated_at AS updated_at_4 FROM area a0_ ORDER BY a0_.name ASC;
|