22.33 ms (80.37%)
|
70 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.published AS published_4, t0.slug AS slug_5, t0.position AS position_6, t0.parent_page AS parent_page_7, t0.featured_image AS featured_image_8, t0.external_link AS external_link_9, t0.file AS file_10, t0.category_id AS category_id_11 FROM PAGE t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.published AS published_4, t0.slug AS slug_5, t0.position AS position_6, t0.parent_page AS parent_page_7, t0.featured_image AS featured_image_8, t0.external_link AS external_link_9, t0.file AS file_10, t0.category_id AS category_id_11 FROM PAGE t0 WHERE t0.id = 5;
|
2.57 ms (9.26%)
|
7 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.published AS published_4, t0.slug AS slug_5, t0.position AS position_6, t0.parent_page AS parent_page_7, t0.featured_image AS featured_image_8, t0.external_link AS external_link_9, t0.file AS file_10, t0.category_id AS category_id_11 FROM PAGE t0 WHERE t0.category_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.published AS published_4, t0.slug AS slug_5, t0.position AS position_6, t0.parent_page AS parent_page_7, t0.featured_image AS featured_image_8, t0.external_link AS external_link_9, t0.file AS file_10, t0.category_id AS category_id_11 FROM PAGE t0 WHERE t0.category_id = 1;
|
0.67 ms (2.41%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.published AS published_4, t0.slug AS slug_5, t0.position AS position_6, t0.parent_page AS parent_page_7, t0.featured_image AS featured_image_8, t0.external_link AS external_link_9, t0.file AS file_10, t0.category_id AS category_id_11 FROM PAGE t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"existing-members"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.published AS published_4, t0.slug AS slug_5, t0.position AS position_6, t0.parent_page AS parent_page_7, t0.featured_image AS featured_image_8, t0.external_link AS external_link_9, t0.file AS file_10, t0.category_id AS category_id_11 FROM PAGE t0 WHERE t0.slug = 'existing-members' LIMIT 1;
|
0.55 ms (1.99%)
|
1 |
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.designation AS designation_2, m0_.email AS email_3, m0_.info AS info_4, m0_.description AS description_5, m0_.photo AS photo_6, m0_.membership_year AS membership_year_7, m0_.type_id AS type_id_8 FROM member m0_ LEFT JOIN member_type m1_ ON m0_.type_id = m1_.id WHERE m1_.page_id = ? ORDER BY m0_.membership_year DESC
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.designation AS designation_2, m0_.email AS email_3, m0_.info AS info_4, m0_.description AS description_5, m0_.photo AS photo_6, m0_.membership_year AS membership_year_7, m0_.type_id AS type_id_8 FROM member m0_ LEFT JOIN member_type m1_ ON m0_.type_id = m1_.id WHERE m1_.page_id = 2 ORDER BY m0_.membership_year DESC;
|
0.54 ms (1.93%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.published AS published_4, t0.slug AS slug_5, t0.position AS position_6, t0.parent_page AS parent_page_7, t0.featured_image AS featured_image_8, t0.external_link AS external_link_9, t0.file AS file_10, t0.category_id AS category_id_11 FROM PAGE t0 WHERE t0.parent_page = ? AND t0.published = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.published AS published_4, t0.slug AS slug_5, t0.position AS position_6, t0.parent_page AS parent_page_7, t0.featured_image AS featured_image_8, t0.external_link AS external_link_9, t0.file AS file_10, t0.category_id AS category_id_11 FROM PAGE t0 WHERE t0.parent_page = 2 AND t0.published = 1;
|
0.45 ms (1.63%)
|
1 |
SELECT a0_.id AS id_0, a0_.description AS description_1, a0_.date AS date_2, a0_.attachment AS attachment_3, a0_.number AS number_4, a0_.page_id AS page_id_5 FROM attachments a0_ WHERE a0_.page_id = ? ORDER BY a0_.date DESC
SELECT a0_.id AS id_0, a0_.description AS description_1, a0_.date AS date_2, a0_.attachment AS attachment_3, a0_.number AS number_4, a0_.page_id AS page_id_5 FROM attachments a0_ WHERE a0_.page_id = 2 ORDER BY a0_.date DESC;
|
0.35 ms (1.26%)
|
1 |
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.position AS position_2 FROM category c0_ ORDER BY c0_.position ASC
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.position AS position_2 FROM category c0_ ORDER BY c0_.position ASC;
|
0.32 ms (1.14%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3 FROM important_links t0
SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3 FROM important_links t0;
|