1.09 ms (38.92%)
|
3 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.phone_number AS phone_number_4, t0.address AS address_5, t0.rccm AS rccm_6, t0.country AS country_7, t0.city AS city_8, t0.email AS email_9, t0.point_of_sale AS point_of_sale_10, t0.business_user AS business_user_11, t0.receipt_format AS receipt_format_12 FROM config_app t0 WHERE t0.point_of_sale = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.phone_number AS phone_number_4, t0.address AS address_5, t0.rccm AS rccm_6, t0.country AS country_7, t0.city AS city_8, t0.email AS email_9, t0.point_of_sale AS point_of_sale_10, t0.business_user AS business_user_11, t0.receipt_format AS receipt_format_12 FROM config_app t0 WHERE t0.point_of_sale = 55 LIMIT 1;
|
0.78 ms (27.71%)
|
1 |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.created_at AS created_at_2, c0_.updated_at AS updated_at_3, c0_.archive_status AS archive_status_4, c0_.type AS type_5, c0_.point_of_sale_id AS point_of_sale_id_6, c0_.category_id AS category_id_7 FROM category c0_ WHERE (c0_.archive_status = 0 OR c0_.archive_status IS NULL) AND c0_.point_of_sale_id = ? ORDER BY c0_.id DESC
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.created_at AS created_at_2, c0_.updated_at AS updated_at_3, c0_.archive_status AS archive_status_4, c0_.type AS type_5, c0_.point_of_sale_id AS point_of_sale_id_6, c0_.category_id AS category_id_7 FROM category c0_ WHERE (c0_.archive_status = 0 OR c0_.archive_status IS NULL) AND c0_.point_of_sale_id = 55 ORDER BY c0_.id DESC;
|
0.65 ms (23.13%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.image AS image_7, t0.adresse AS adresse_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.archive_status AS archive_status_11, t0.is_email_received AS is_email_received_12, t0.is_sms_received AS is_sms_received_13, t0.point_of_sale_id AS point_of_sale_id_14 FROM user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.image AS image_7, t0.adresse AS adresse_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.archive_status AS archive_status_11, t0.is_email_received AS is_email_received_12, t0.is_sms_received AS is_sms_received_13, t0.point_of_sale_id AS point_of_sale_id_14 FROM user t0 WHERE t0.id = 89;
|
0.29 ms (10.24%)
|
1 |
SELECT t0.id AS id_1, t0.start AS start_2, t0.end AS end_3, t0.status AS status_4, t0.status_for_manager AS status_for_manager_5, t0.point_of_sale_id AS point_of_sale_id_6, t0.user_id AS user_id_7 FROM session_sale t0 WHERE t0.user_id = ?
SELECT t0.id AS id_1, t0.start AS start_2, t0.end AS end_3, t0.status AS status_4, t0.status_for_manager AS status_for_manager_5, t0.point_of_sale_id AS point_of_sale_id_6, t0.user_id AS user_id_7 FROM session_sale t0 WHERE t0.user_id = 89;
|