2.10 ms (21.33%)
|
1 |
SELECT t0.deleted_at AS deleted_at_1, t0.hidden AS hidden_2, t0.position AS position_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.id AS id_6, t0.login AS login_7, t0.password AS password_8, t0.keycloak_id AS keycloak_id_9, t0.first_name AS first_name_10, t0.last_name AS last_name_11, t0.last_login AS last_login_12, t0.timezone AS timezone_13, t0.enabled AS enabled_14, t0.roles AS roles_15, t0.menu AS menu_16, t0.avatar_file AS avatar_file_17, t0.backup_codes AS backup_codes_18, t0.email_auth_code AS email_auth_code_19, t0.email_auth_code_generated_at AS email_auth_code_generated_at_20, t0.email_auth_enabled AS email_auth_enabled_21, t0.google_authenticator_enabled AS google_authenticator_enabled_22, t0.google_authenticator_secret AS google_authenticator_secret_23, t0.preferred_two_factor_provider AS preferred_two_factor_provider_24, t0.trusted_token_version AS trusted_token_version_25, t0.created_by_id AS created_by_id_26, t0.updated_by_id AS updated_by_id_27, t0.language_id AS language_id_28, t0.user_settings_id AS user_settings_id_29, t0.default_license_id AS default_license_id_30, t0.default_office_id AS default_office_id_31 FROM core.core_user t0 WHERE t0.login = ? AND ((t0.deleted_at IS NULL)) LIMIT 1
Parameters: [
"admin@koredge.fr"
]
SELECT t0.deleted_at AS deleted_at_1, t0.hidden AS hidden_2, t0.position AS position_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.id AS id_6, t0.login AS login_7, t0.password AS password_8, t0.keycloak_id AS keycloak_id_9, t0.first_name AS first_name_10, t0.last_name AS last_name_11, t0.last_login AS last_login_12, t0.timezone AS timezone_13, t0.enabled AS enabled_14, t0.roles AS roles_15, t0.menu AS menu_16, t0.avatar_file AS avatar_file_17, t0.backup_codes AS backup_codes_18, t0.email_auth_code AS email_auth_code_19, t0.email_auth_code_generated_at AS email_auth_code_generated_at_20, t0.email_auth_enabled AS email_auth_enabled_21, t0.google_authenticator_enabled AS google_authenticator_enabled_22, t0.google_authenticator_secret AS google_authenticator_secret_23, t0.preferred_two_factor_provider AS preferred_two_factor_provider_24, t0.trusted_token_version AS trusted_token_version_25, t0.created_by_id AS created_by_id_26, t0.updated_by_id AS updated_by_id_27, t0.language_id AS language_id_28, t0.user_settings_id AS user_settings_id_29, t0.default_license_id AS default_license_id_30, t0.default_office_id AS default_office_id_31 FROM core.core_user t0 WHERE t0.login = 'admin@koredge.fr' AND ((t0.deleted_at IS NULL)) LIMIT 1;
|
1.90 ms (19.34%)
|
1 |
"COMMIT"
|
1.54 ms (15.66%)
|
1 |
SELECT t0.deleted_at AS deleted_at_1, t0.hidden AS hidden_2, t0.position AS position_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.id AS id_6, t0.name AS name_7, t0.email AS email_8, t0.banner_color AS banner_color_9, t0.text_color AS text_color_10, t0.accent_color AS accent_color_11, t0.vat AS vat_12, t0.can_host_data AS can_host_data_13, t0.created_by_id AS created_by_id_14, t0.updated_by_id AS updated_by_id_15, t0.license_id AS license_id_16 FROM core.license t0 INNER JOIN core.core_user_license ON t0.id = core.core_user_license.license_id WHERE core.core_user_license.core_user_id = ? AND ((t0.deleted_at IS NULL))
SELECT t0.deleted_at AS deleted_at_1, t0.hidden AS hidden_2, t0.position AS position_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.id AS id_6, t0.name AS name_7, t0.email AS email_8, t0.banner_color AS banner_color_9, t0.text_color AS text_color_10, t0.accent_color AS accent_color_11, t0.vat AS vat_12, t0.can_host_data AS can_host_data_13, t0.created_by_id AS created_by_id_14, t0.updated_by_id AS updated_by_id_15, t0.license_id AS license_id_16 FROM core.license t0 INNER JOIN core.core_user_license ON t0.id = core.core_user_license.license_id WHERE core.core_user_license.core_user_id = 1 AND ((t0.deleted_at IS NULL));
|
1.04 ms (10.55%)
|
1 |
UPDATE core.core_user SET last_login = ?, updated_at = ? WHERE id = ?
Parameters: [
"2026-08-12 16:29:57"
"2026-08-12 16:29:57"
1
]
UPDATE core.core_user SET last_login = '2026-08-12 16:29:57', updated_at = '2026-08-12 16:29:57' WHERE id = 1;
|
0.65 ms (6.60%)
|
1 |
SELECT t0.deleted_at AS deleted_at_1, t0.hidden AS hidden_2, t0.position AS position_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.id AS id_6, t0.name AS name_7, t0.created_by_id AS created_by_id_8, t0.updated_by_id AS updated_by_id_9, t0.license_id AS license_id_10 FROM core.office t0 INNER JOIN core.core_user_office ON t0.id = core.core_user_office.office_id WHERE core.core_user_office.core_user_id = ? AND ((t0.deleted_at IS NULL))
SELECT t0.deleted_at AS deleted_at_1, t0.hidden AS hidden_2, t0.position AS position_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.id AS id_6, t0.name AS name_7, t0.created_by_id AS created_by_id_8, t0.updated_by_id AS updated_by_id_9, t0.license_id AS license_id_10 FROM core.office t0 INNER JOIN core.core_user_office ON t0.id = core.core_user_office.office_id WHERE core.core_user_office.core_user_id = 1 AND ((t0.deleted_at IS NULL));
|
0.64 ms (6.53%)
|
1 |
SELECT t0.deleted_at AS deleted_at_1, t0.hidden AS hidden_2, t0.position AS position_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.id AS id_6, t0.name AS name_7, t0.enabled AS enabled_8, t0.level AS level_9, t0.created_by_id AS created_by_id_10, t0.updated_by_id AS updated_by_id_11 FROM core.role t0 INNER JOIN core.core_user_role ON t0.id = core.core_user_role.role_id WHERE core.core_user_role.core_user_id = ? AND ((t0.deleted_at IS NULL))
SELECT t0.deleted_at AS deleted_at_1, t0.hidden AS hidden_2, t0.position AS position_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.id AS id_6, t0.name AS name_7, t0.enabled AS enabled_8, t0.level AS level_9, t0.created_by_id AS created_by_id_10, t0.updated_by_id AS updated_by_id_11 FROM core.role t0 INNER JOIN core.core_user_role ON t0.id = core.core_user_role.role_id WHERE core.core_user_role.core_user_id = 1 AND ((t0.deleted_at IS NULL));
|
0.63 ms (6.43%)
|
1 |
SELECT t0.deleted_at AS deleted_at_1, t0.hidden AS hidden_2, t0.position AS position_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.id AS id_6, t0.name AS name_7, t0.created_by_id AS created_by_id_8, t0.updated_by_id AS updated_by_id_9 FROM core.notification_topic t0 INNER JOIN core.core_user_notification_topic ON t0.id = core.core_user_notification_topic.notification_topic_id WHERE core.core_user_notification_topic.core_user_id = ? AND ((t0.deleted_at IS NULL))
SELECT t0.deleted_at AS deleted_at_1, t0.hidden AS hidden_2, t0.position AS position_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.id AS id_6, t0.name AS name_7, t0.created_by_id AS created_by_id_8, t0.updated_by_id AS updated_by_id_9 FROM core.notification_topic t0 INNER JOIN core.core_user_notification_topic ON t0.id = core.core_user_notification_topic.notification_topic_id WHERE core.core_user_notification_topic.core_user_id = 1 AND ((t0.deleted_at IS NULL));
|
0.46 ms (4.66%)
|
1 |
SELECT t0.deleted_at AS deleted_at_1, t0.hidden AS hidden_2, t0.position AS position_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.id AS id_6, t0.name AS name_7, t0.created_by_id AS created_by_id_8, t0.updated_by_id AS updated_by_id_9 FROM core.notification_topic t0 INNER JOIN core.role_notification_topic ON t0.id = core.role_notification_topic.notification_topic_id WHERE core.role_notification_topic.role_id = ? AND ((t0.deleted_at IS NULL))
SELECT t0.deleted_at AS deleted_at_1, t0.hidden AS hidden_2, t0.position AS position_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.id AS id_6, t0.name AS name_7, t0.created_by_id AS created_by_id_8, t0.updated_by_id AS updated_by_id_9 FROM core.notification_topic t0 INNER JOIN core.role_notification_topic ON t0.id = core.role_notification_topic.notification_topic_id WHERE core.role_notification_topic.role_id = 2 AND ((t0.deleted_at IS NULL));
|
0.40 ms (4.05%)
|
1 |
SELECT MAX(c0_.position) AS sclr_0 FROM core.core_user c0_ WHERE (c0_.deleted_at IS NULL) LIMIT 1
SELECT MAX(c0_.position) AS sclr_0 FROM core.core_user c0_ WHERE (c0_.deleted_at IS NULL) LIMIT 1;
|
0.39 ms (3.95%)
|
1 |
SELECT t0.deleted_at AS deleted_at_1, t0.hidden AS hidden_2, t0.position AS position_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.id AS id_6, t0.name AS name_7, t0.code AS code_8, t0.enabled AS enabled_9, t0.created_by_id AS created_by_id_10, t0.updated_by_id AS updated_by_id_11 FROM core.language t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
SELECT t0.deleted_at AS deleted_at_1, t0.hidden AS hidden_2, t0.position AS position_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.id AS id_6, t0.name AS name_7, t0.code AS code_8, t0.enabled AS enabled_9, t0.created_by_id AS created_by_id_10, t0.updated_by_id AS updated_by_id_11 FROM core.language t0 WHERE t0.id = 1 AND ((t0.deleted_at IS NULL));
|
0.09 ms (0.92%)
|
1 |
"START TRANSACTION"
"START TRANSACTION";
|