1
0.84 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . fullname AS fullname_5 , t0 . daily_quota AS daily_quota_6 FROM `user` t0 WHERE t0 . email = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . fullname AS fullname_5 , t0 . daily_quota AS daily_quota_6 FROM `user` t0 WHERE t0 . email = '[email protected] ' LIMIT 1 ;
Copy
2
0.71 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . application AS application_3 , t0 . section AS section_4 , t0 . key_name AS key_name_5 , t0 . description AS description_6 FROM acl t0 INNER JOIN acl_user ON t0 . id = acl_user . acl_id WHERE acl_user . user_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . application AS application_3 , t0 . section AS section_4 , t0 . key_name AS key_name_5 , t0 . description AS description_6 FROM acl t0 INNER JOIN acl_user ON t0 . id = acl_user . acl_id WHERE acl_user . user_id = 27 ;
Copy
3
0.60 ms
SELECT t0 . created_at AS created_at_1 , t0 . updated_at AS updated_at_2 , t0 . deleted_at AS deleted_at_3 , t0 . id AS id_4 , t0 . name AS name_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 , t0 . deleted_by_id AS deleted_by_id_8 FROM user_profile t0 INNER JOIN user_profile_user ON t0 . id = user_profile_user . user_profile_id WHERE user_profile_user . user_id = ?
SELECT t0 . created_at AS created_at_1 , t0 . updated_at AS updated_at_2 , t0 . deleted_at AS deleted_at_3 , t0 . id AS id_4 , t0 . name AS name_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 , t0 . deleted_by_id AS deleted_by_id_8 FROM user_profile t0 INNER JOIN user_profile_user ON t0 . id = user_profile_user . user_profile_id WHERE user_profile_user . user_id = 27 ;
Copy
4
0.49 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . application AS application_3 , t0 . section AS section_4 , t0 . key_name AS key_name_5 , t0 . description AS description_6 FROM acl t0 INNER JOIN acl_user_profile ON t0 . id = acl_user_profile . acl_id WHERE acl_user_profile . user_profile_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . application AS application_3 , t0 . section AS section_4 , t0 . key_name AS key_name_5 , t0 . description AS description_6 FROM acl t0 INNER JOIN acl_user_profile ON t0 . id = acl_user_profile . acl_id WHERE acl_user_profile . user_profile_id = 1 ;
Copy
5
2.10 ms
SELECT COUNT (c0_ . id ) AS sclr_0 FROM client c0_ WHERE c0_ . crc_user_id = ? AND c0_ . pending_at > = ? AND c0_ . pending_at < ?
Parameters :
[
27
"2026-01-29 00:00:00 "
"2026-01-30 00:00:00 "
]
SELECT COUNT (c0_ . id ) AS sclr_0 FROM client c0_ WHERE c0_ . crc_user_id = 27 AND c0_ . pending_at > = '2026-01-29 00:00:00' AND c0_ . pending_at < '2026-01-30 00:00:00' ;
Copy
6
0.51 ms
SELECT COUNT (c0_ . id ) AS sclr_0 FROM client c0_ WHERE c0_ . crc_user_id = ? AND c0_ . pending_at > = ? AND c0_ . pending_at < ?
Parameters :
[
27
"2026-01-29 00:00:00 "
"2026-01-30 00:00:00 "
]
SELECT COUNT (c0_ . id ) AS sclr_0 FROM client c0_ WHERE c0_ . crc_user_id = 27 AND c0_ . pending_at > = '2026-01-29 00:00:00' AND c0_ . pending_at < '2026-01-30 00:00:00' ;
Copy
7
0.49 ms
SELECT COUNT (c0_ . id ) AS sclr_0 FROM client c0_ WHERE c0_ . crc_user_id = ? AND c0_ . pending_at > = ? AND c0_ . pending_at < ?
Parameters :
[
27
"2026-01-29 00:00:00 "
"2026-01-30 00:00:00 "
]
SELECT COUNT (c0_ . id ) AS sclr_0 FROM client c0_ WHERE c0_ . crc_user_id = 27 AND c0_ . pending_at > = '2026-01-29 00:00:00' AND c0_ . pending_at < '2026-01-30 00:00:00' ;
Copy
8
2.56 ms
SELECT c0_ . created_at AS created_at_0 , c0_ . updated_at AS updated_at_1 , c0_ . deleted_at AS deleted_at_2 , c0_ . id AS id_3 , c0_ . first_name AS first_name_4 , c0_ . last_name AS last_name_5 , c0_ . job_name AS job_name_6 , c0_ . civilite AS civilite_7 , c0_ . tel_number AS tel_number_8 , c0_ . phone_number AS phone_number_9 , c0_ . email AS email_10 , c0_ . id_number AS id_number_11 , c0_ . address AS address_12 , c0_ . city AS city_13 , c0_ . country AS country_14 , c0_ . status AS status_15 , c0_ . status_com AS status_com_16 , c0_ . report_to AS report_to_17 , c0_ . qualified_at AS qualified_at_18 , c0_ . unqualified_at AS unqualified_at_19 , c0_ . pending_at AS pending_at_20 , c0_ . com_pending_at AS com_pending_at_21 , c0_ . com_qualified_at AS com_qualified_at_22 , c0_ . com_unqualified_at AS com_unqualified_at_23 , c0_ . meeting_at AS meeting_at_24 , c0_ . meeting_done_at AS meeting_done_at_25 , c0_ . passage_at AS passage_at_26 , c0_ . reference_reservation AS reference_reservation_27 , c0_ . remarque AS remarque_28 , c0_ . nationalite AS nationalite_29 , c0_ . date_naissance AS date_naissance_30 , c0_ . lieu_naissance AS lieu_naissance_31 , c0_ . pays_naissance AS pays_naissance_32 , c0_ . created_by_id AS created_by_id_33 , c0_ . updated_by_id AS updated_by_id_34 , c0_ . deleted_by_id AS deleted_by_id_35 , c0_ . source_id AS source_id_36 , c0_ . crc_user_id AS crc_user_id_37 , c0_ . com_user_id AS com_user_id_38 , c0_ . first_project_id AS first_project_id_39 FROM client c0_ WHERE c0_ . crc_user_id = ? AND c0_ . com_user_id IS NULL AND (((c0_ . status = ? AND c0_ . report_to = ? ) OR (c0_ . status = ? AND c0_ . report_to IS NULL ))) LIMIT 1
Parameters :
[
27
"reporté "
"2026-01-29 09:14:19 "
"en-attente "
]
SELECT c0_ . created_at AS created_at_0 , c0_ . updated_at AS updated_at_1 , c0_ . deleted_at AS deleted_at_2 , c0_ . id AS id_3 , c0_ . first_name AS first_name_4 , c0_ . last_name AS last_name_5 , c0_ . job_name AS job_name_6 , c0_ . civilite AS civilite_7 , c0_ . tel_number AS tel_number_8 , c0_ . phone_number AS phone_number_9 , c0_ . email AS email_10 , c0_ . id_number AS id_number_11 , c0_ . address AS address_12 , c0_ . city AS city_13 , c0_ . country AS country_14 , c0_ . status AS status_15 , c0_ . status_com AS status_com_16 , c0_ . report_to AS report_to_17 , c0_ . qualified_at AS qualified_at_18 , c0_ . unqualified_at AS unqualified_at_19 , c0_ . pending_at AS pending_at_20 , c0_ . com_pending_at AS com_pending_at_21 , c0_ . com_qualified_at AS com_qualified_at_22 , c0_ . com_unqualified_at AS com_unqualified_at_23 , c0_ . meeting_at AS meeting_at_24 , c0_ . meeting_done_at AS meeting_done_at_25 , c0_ . passage_at AS passage_at_26 , c0_ . reference_reservation AS reference_reservation_27 , c0_ . remarque AS remarque_28 , c0_ . nationalite AS nationalite_29 , c0_ . date_naissance AS date_naissance_30 , c0_ . lieu_naissance AS lieu_naissance_31 , c0_ . pays_naissance AS pays_naissance_32 , c0_ . created_by_id AS created_by_id_33 , c0_ . updated_by_id AS updated_by_id_34 , c0_ . deleted_by_id AS deleted_by_id_35 , c0_ . source_id AS source_id_36 , c0_ . crc_user_id AS crc_user_id_37 , c0_ . com_user_id AS com_user_id_38 , c0_ . first_project_id AS first_project_id_39 FROM client c0_ WHERE c0_ . crc_user_id = 27 AND c0_ . com_user_id IS NULL AND (((c0_ . status = 'reporté' AND c0_ . report_to = '2026-01-29 09:14:19' ) OR (c0_ . status = 'en-attente' AND c0_ . report_to IS NULL ))) LIMIT 1 ;
Copy
9
1.63 ms
SELECT t0 . created_at AS created_at_1 , t0 . updated_at AS updated_at_2 , t0 . deleted_at AS deleted_at_3 , t0 . id AS id_4 , t0 . name AS name_5 , t0 . payment_model AS payment_model_6 , t0 . intervale_echeance AS intervale_echeance_7 , t0 . contract_text AS contract_text_8 , t0 . autorisation_text AS autorisation_text_9 , t0 . recu_paiement_text AS recu_paiement_text_10 , t0 . recu_frais_dossier_text AS recu_frais_dossier_text_11 , t0 . autorisation_number AS autorisation_number_12 , t0 . date_de_livraison AS date_de_livraison_13 , t0 . bank_name AS bank_name_14 , t0 . bank_agence AS bank_agence_15 , t0 . bank_rib AS bank_rib_16 , t0 . created_by_id AS created_by_id_17 , t0 . updated_by_id AS updated_by_id_18 , t0 . deleted_by_id AS deleted_by_id_19 FROM project t0 INNER JOIN user_project ON t0 . id = user_project . project_id WHERE user_project . user_id = ?
SELECT t0 . created_at AS created_at_1 , t0 . updated_at AS updated_at_2 , t0 . deleted_at AS deleted_at_3 , t0 . id AS id_4 , t0 . name AS name_5 , t0 . payment_model AS payment_model_6 , t0 . intervale_echeance AS intervale_echeance_7 , t0 . contract_text AS contract_text_8 , t0 . autorisation_text AS autorisation_text_9 , t0 . recu_paiement_text AS recu_paiement_text_10 , t0 . recu_frais_dossier_text AS recu_frais_dossier_text_11 , t0 . autorisation_number AS autorisation_number_12 , t0 . date_de_livraison AS date_de_livraison_13 , t0 . bank_name AS bank_name_14 , t0 . bank_agence AS bank_agence_15 , t0 . bank_rib AS bank_rib_16 , t0 . created_by_id AS created_by_id_17 , t0 . updated_by_id AS updated_by_id_18 , t0 . deleted_by_id AS deleted_by_id_19 FROM project t0 INNER JOIN user_project ON t0 . id = user_project . project_id WHERE user_project . user_id = 27 ;
Copy
10
9.07 ms
SELECT SUM (CASE WHEN c0_ . crc_user_id IS NULL AND c0_ . com_user_id IS NULL AND c0_ . deleted_at IS NULL AND c0_ . first_project_id IN (? , ? , ? , ? , ? , ? , ? ) THEN 1 ELSE 0 END ) AS sclr_0 , SUM (CASE WHEN c0_ . crc_user_id = ? AND c0_ . deleted_at IS NULL AND c0_ . status = ? THEN 1 ELSE 0 END ) AS sclr_1 , SUM (CASE WHEN c0_ . crc_user_id = ? AND c0_ . deleted_at IS NULL AND c0_ . status = ? THEN 1 ELSE 0 END ) AS sclr_2 , SUM (CASE WHEN c0_ . crc_user_id = ? AND c0_ . deleted_at IS NULL AND c0_ . status = ? THEN 1 ELSE 0 END ) AS sclr_3 FROM client c0_
Parameters :
[
1
2
3
4
5
6
7
27
"en-attente "
27
"qualifié "
27
"non-qualifié "
]
SELECT SUM (CASE WHEN c0_ . crc_user_id IS NULL AND c0_ . com_user_id IS NULL AND c0_ . deleted_at IS NULL AND c0_ . first_project_id IN (1 , 2 , 3 , 4 , 5 , 6 , 7 ) THEN 1 ELSE 0 END ) AS sclr_0 , SUM (CASE WHEN c0_ . crc_user_id = 27 AND c0_ . deleted_at IS NULL AND c0_ . status = 'en-attente' THEN 1 ELSE 0 END ) AS sclr_1 , SUM (CASE WHEN c0_ . crc_user_id = 27 AND c0_ . deleted_at IS NULL AND c0_ . status = 'qualifié' THEN 1 ELSE 0 END ) AS sclr_2 , SUM (CASE WHEN c0_ . crc_user_id = 27 AND c0_ . deleted_at IS NULL AND c0_ . status = 'non-qualifié' THEN 1 ELSE 0 END ) AS sclr_3 FROM client c0_ ;
Copy
11
0.57 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . add_to_pending AS add_to_pending_3 , t0 . add_to_report AS add_to_report_4 , t0 . add_to_unqualified AS add_to_unqualified_5 , t0 . add_to_qualified AS add_to_qualified_6 FROM tag t0
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . add_to_pending AS add_to_pending_3 , t0 . add_to_report AS add_to_report_4 , t0 . add_to_unqualified AS add_to_unqualified_5 , t0 . add_to_qualified AS add_to_qualified_6 FROM tag t0 ;
Copy
12
0.86 ms
SELECT t0 . created_at AS created_at_1 , t0 . updated_at AS updated_at_2 , t0 . deleted_at AS deleted_at_3 , t0 . id AS id_4 , t0 . name AS name_5 , t0 . payment_model AS payment_model_6 , t0 . intervale_echeance AS intervale_echeance_7 , t0 . contract_text AS contract_text_8 , t0 . autorisation_text AS autorisation_text_9 , t0 . recu_paiement_text AS recu_paiement_text_10 , t0 . recu_frais_dossier_text AS recu_frais_dossier_text_11 , t0 . autorisation_number AS autorisation_number_12 , t0 . date_de_livraison AS date_de_livraison_13 , t0 . bank_name AS bank_name_14 , t0 . bank_agence AS bank_agence_15 , t0 . bank_rib AS bank_rib_16 , t0 . created_by_id AS created_by_id_17 , t0 . updated_by_id AS updated_by_id_18 , t0 . deleted_by_id AS deleted_by_id_19 FROM project t0
SELECT t0 . created_at AS created_at_1 , t0 . updated_at AS updated_at_2 , t0 . deleted_at AS deleted_at_3 , t0 . id AS id_4 , t0 . name AS name_5 , t0 . payment_model AS payment_model_6 , t0 . intervale_echeance AS intervale_echeance_7 , t0 . contract_text AS contract_text_8 , t0 . autorisation_text AS autorisation_text_9 , t0 . recu_paiement_text AS recu_paiement_text_10 , t0 . recu_frais_dossier_text AS recu_frais_dossier_text_11 , t0 . autorisation_number AS autorisation_number_12 , t0 . date_de_livraison AS date_de_livraison_13 , t0 . bank_name AS bank_name_14 , t0 . bank_agence AS bank_agence_15 , t0 . bank_rib AS bank_rib_16 , t0 . created_by_id AS created_by_id_17 , t0 . updated_by_id AS updated_by_id_18 , t0 . deleted_by_id AS deleted_by_id_19 FROM project t0 ;
Copy
13
0.49 ms
SELECT t0 . id AS id_1 , t0 . code_name AS code_name_2 , t0 . value AS value_3 FROM configuration t0 WHERE t0 . code_name = ? LIMIT 1
Parameters :
[
"LOGO_APP "
]
SELECT t0 . id AS id_1 , t0 . code_name AS code_name_2 , t0 . value AS value_3 FROM configuration t0 WHERE t0 . code_name = 'LOGO_APP' LIMIT 1 ;
Copy
14
0.55 ms
SELECT t0 . created_at AS created_at_1 , t0 . updated_at AS updated_at_2 , t0 . deleted_at AS deleted_at_3 , t0 . id AS id_4 , t0 . name AS name_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 , t0 . deleted_by_id AS deleted_by_id_8 FROM source t0 WHERE t0 . id = ?
SELECT t0 . created_at AS created_at_1 , t0 . updated_at AS updated_at_2 , t0 . deleted_at AS deleted_at_3 , t0 . id AS id_4 , t0 . name AS name_5 , t0 . created_by_id AS created_by_id_6 , t0 . updated_by_id AS updated_by_id_7 , t0 . deleted_by_id AS deleted_by_id_8 FROM source t0 WHERE t0 . id = 1 ;
Copy
15
0.71 ms
SELECT t0 . created_at AS created_at_1 , t0 . updated_at AS updated_at_2 , t0 . deleted_at AS deleted_at_3 , t0 . id AS id_4 , t0 . content AS content_5 , t0 . status AS status_6 , t0 . created_by_id AS created_by_id_7 , t0 . updated_by_id AS updated_by_id_8 , t0 . deleted_by_id AS deleted_by_id_9 , t0 . user_account_id AS user_account_id_10 , t0 . client_id AS client_id_11 FROM comment t0 WHERE t0 . client_id = ?
SELECT t0 . created_at AS created_at_1 , t0 . updated_at AS updated_at_2 , t0 . deleted_at AS deleted_at_3 , t0 . id AS id_4 , t0 . content AS content_5 , t0 . status AS status_6 , t0 . created_by_id AS created_by_id_7 , t0 . updated_by_id AS updated_by_id_8 , t0 . deleted_by_id AS deleted_by_id_9 , t0 . user_account_id AS user_account_id_10 , t0 . client_id AS client_id_11 FROM comment t0 WHERE t0 . client_id = 12712 ;
Copy