0.21 ms (39.45%)
|
1 |
SELECT t0.id AS id_1, t0.phone_number AS phone_number_2, t0.status AS status_3, t0.created_at AS created_at_4, t0.comment AS comment_5 FROM crm_call t0 WHERE t0.status = ? ORDER BY t0.created_at DESC LIMIT 15
SELECT t0.id AS id_1, t0.phone_number AS phone_number_2, t0.status AS status_3, t0.created_at AS created_at_4, t0.comment AS comment_5 FROM crm_call t0 WHERE t0.status = 'missed' ORDER BY t0.created_at DESC LIMIT 15;
|
0.19 ms (35.84%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_active AS is_active_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.salutation AS salutation_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.phone AS phone_11, t0.street AS street_12, t0.zip_code AS zip_code_13, t0.city AS city_14, t0.country AS country_15, t0.is_verified AS is_verified_16, t0.accepted_at AS accepted_at_17, t0.telegram_code AS telegram_code_18, t0.telegram_code_expires_at AS telegram_code_expires_at_19, t0.telegram_id AS telegram_id_20, t0.employee_id AS employee_id_21 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.is_active AS is_active_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.salutation AS salutation_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.phone AS phone_11, t0.street AS street_12, t0.zip_code AS zip_code_13, t0.city AS city_14, t0.country AS country_15, t0.is_verified AS is_verified_16, t0.accepted_at AS accepted_at_17, t0.telegram_code AS telegram_code_18, t0.telegram_code_expires_at AS telegram_code_expires_at_19, t0.telegram_id AS telegram_id_20, t0.employee_id AS employee_id_21 FROM `user` t0 WHERE t0.id = 4;
|
0.13 ms (24.70%)
|
1 |
SELECT t0.id AS id_1, t0.phone_number AS phone_number_2, t0.status AS status_3, t0.created_at AS created_at_4, t0.comment AS comment_5 FROM crm_call t0 ORDER BY t0.created_at DESC LIMIT 15
SELECT t0.id AS id_1, t0.phone_number AS phone_number_2, t0.status AS status_3, t0.created_at AS created_at_4, t0.comment AS comment_5 FROM crm_call t0 ORDER BY t0.created_at DESC LIMIT 15;
|