2.31 ms (36.78%)
|
4 |
SELECT t0.id AS id_1, t0.original_url AS original_url_2, t0.redirection_url AS redirection_url_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.deleted_at AS deleted_at_7 FROM redirection t0 WHERE t0.original_url = ? AND t0.status = ? ORDER BY t0.updated_at DESC LIMIT 1
Parameters: [
"https://rct.dev.bbntimes.com/support/team"
"published"
]
SELECT t0.id AS id_1, t0.original_url AS original_url_2, t0.redirection_url AS redirection_url_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.deleted_at AS deleted_at_7 FROM redirection t0 WHERE t0.original_url = 'https://rct.dev.bbntimes.com/support/team' AND t0.status = 'published' ORDER BY t0.updated_at DESC LIMIT 1;
|
2.00 ms (31.84%)
|
1 |
SELECT u0_.id AS id_0, u0_.username AS username_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.created_at AS created_at_4, u0_.updated_at AS updated_at_5, u0_.email AS email_6, u0_.name AS name_7, u0_.require_reset AS require_reset_8, u0_.description AS description_9, u0_.is_active AS is_active_10, u0_.disabled_scroll AS disabled_scroll_11, u0_.networks AS networks_12, u0_.slug AS slug_13, u0_.job_title AS job_title_14, u0_.last_login AS last_login_15, u0_.ordering AS ordering_16, u0_.canonical AS canonical_17, u0_.image_profile_id AS image_profile_id_18 FROM user u0_ WHERE u0_.is_active = ? AND u0_.ordering > 0 ORDER BY u0_.ordering ASC
SELECT u0_.id AS id_0, u0_.username AS username_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.created_at AS created_at_4, u0_.updated_at AS updated_at_5, u0_.email AS email_6, u0_.name AS name_7, u0_.require_reset AS require_reset_8, u0_.description AS description_9, u0_.is_active AS is_active_10, u0_.disabled_scroll AS disabled_scroll_11, u0_.networks AS networks_12, u0_.slug AS slug_13, u0_.job_title AS job_title_14, u0_.last_login AS last_login_15, u0_.ordering AS ordering_16, u0_.canonical AS canonical_17, u0_.image_profile_id AS image_profile_id_18 FROM user u0_ WHERE u0_.is_active = 1 AND u0_.ordering > 0 ORDER BY u0_.ordering ASC;
|
0.57 ms (9.06%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.status AS status_7, t0.orders AS orders_8, t0.metakey AS metakey_9, t0.metadesc AS metadesc_10, t0.canonical AS canonical_11, t0.image_id AS image_id_12 FROM PAGE t0 WHERE t0.slug = ? AND t0.status = ? LIMIT 1
Parameters: [
"team"
"published"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.status AS status_7, t0.orders AS orders_8, t0.metakey AS metakey_9, t0.metadesc AS metadesc_10, t0.canonical AS canonical_11, t0.image_id AS image_id_12 FROM PAGE t0 WHERE t0.slug = 'team' AND t0.status = 'published' LIMIT 1;
|
0.43 ms (6.91%)
|
1 |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.created_at AS created_at_3, c0_.updated_at AS updated_at_4, c0_.deleted_at AS deleted_at_5, c0_.status AS status_6, c0_.description AS description_7, c0_.main_view AS main_view_8, c0_.theme AS theme_9, c0_.orders AS orders_10, c0_.metakey AS metakey_11, c0_.metadesc AS metadesc_12, c0_.canonical AS canonical_13 FROM category c0_ WHERE c0_.status = ? ORDER BY c0_.orders ASC
Parameters: [
"published"
]
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.created_at AS created_at_3, c0_.updated_at AS updated_at_4, c0_.deleted_at AS deleted_at_5, c0_.status AS status_6, c0_.description AS description_7, c0_.main_view AS main_view_8, c0_.theme AS theme_9, c0_.orders AS orders_10, c0_.metakey AS metakey_11, c0_.metadesc AS metadesc_12, c0_.canonical AS canonical_13 FROM category c0_ WHERE c0_.status = 'published' ORDER BY c0_.orders ASC;
|