0.34 ms (31.20%)
1
INSERT INTO audit_log (user_email , action , entity_type , entity_id , description , data_before , data_after , ip_address , user_agent , created_at ) VALUES (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
"abdelhak.hamdouni@cat-secteurprive.fr "
"LOGIN_SUCCESS "
null
null
"Connexion réussie "
null
null
"93.2.212.82 "
"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1 "
"2026-06-15 13:26:14 "
]
INSERT INTO audit_log (user_email , action , entity_type , entity_id , description , data_before , data_after , ip_address , user_agent , created_at ) VALUES ('abdelhak.hamdouni@cat-secteurprive.fr' , 'LOGIN_SUCCESS' , NULL , NULL , 'Connexion réussie' , NULL , NULL , '93.2.212.82' , 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1' , '2026-06-15 13:26:14' );
Copy
0.25 ms (22.79%)
1
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . first_name AS first_name_5 , t0 . last_name AS last_name_6 , t0 . mobile AS mobile_7 , t0 . piece_identite AS piece_identite_8 , t0 . is_adherent AS is_adherent_9 , t0 . identifiant AS identifiant_10 , t0 . is_prof AS is_prof_11 , t0 . is_active AS is_active_12 , t0 . email_auth_code AS email_auth_code_13 , t0 . email_auth_enabled AS email_auth_enabled_14 , t0 . reset_token AS reset_token_15 , t0 . reset_token_expires_at AS reset_token_expires_at_16 , t0 . address_id AS address_id_17 FROM `user` t0 WHERE t0 . email = ? LIMIT 1
Parameters :
[
"abdelhak.hamdouni@cat-secteurprive.fr "
]
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . first_name AS first_name_5 , t0 . last_name AS last_name_6 , t0 . mobile AS mobile_7 , t0 . piece_identite AS piece_identite_8 , t0 . is_adherent AS is_adherent_9 , t0 . identifiant AS identifiant_10 , t0 . is_prof AS is_prof_11 , t0 . is_active AS is_active_12 , t0 . email_auth_code AS email_auth_code_13 , t0 . email_auth_enabled AS email_auth_enabled_14 , t0 . reset_token AS reset_token_15 , t0 . reset_token_expires_at AS reset_token_expires_at_16 , t0 . address_id AS address_id_17 FROM `user` t0 WHERE t0 . email = 'abdelhak.hamdouni@cat-secteurprive.fr' LIMIT 1 ;
Copy
0.18 ms (16.85%)
1
SELECT t0 . id AS id_1 , t0 . periodicite AS periodicite_2 , t0 . montant AS montant_3 , t0 . mode AS mode_4 , t0 . statut AS statut_5 , t0 . date_paiement AS date_paiement_6 , t0 . date_debut AS date_debut_7 , t0 . date_fin AS date_fin_8 , t0 . annee_reference AS annee_reference_9 , t0 . mois_payes AS mois_payes_10 , t0 . reference AS reference_11 , t0 . note AS note_12 , t0 . created_at AS created_at_13 , t0 . membre_id AS membre_id_14 , t0 . created_by_id AS created_by_id_15 FROM cotisation t0 WHERE t0 . membre_id = ? ORDER BY t0 . date_paiement DESC
SELECT t0 . id AS id_1 , t0 . periodicite AS periodicite_2 , t0 . montant AS montant_3 , t0 . mode AS mode_4 , t0 . statut AS statut_5 , t0 . date_paiement AS date_paiement_6 , t0 . date_debut AS date_debut_7 , t0 . date_fin AS date_fin_8 , t0 . annee_reference AS annee_reference_9 , t0 . mois_payes AS mois_payes_10 , t0 . reference AS reference_11 , t0 . note AS note_12 , t0 . created_at AS created_at_13 , t0 . membre_id AS membre_id_14 , t0 . created_by_id AS created_by_id_15 FROM cotisation t0 WHERE t0 . membre_id = 1 ORDER BY t0 . date_paiement DESC ;
Copy