| 1 |
18.46 ms |
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.tenant_id AS tenant_id_7, t0.last_connection AS last_connection_8, t0.created_at AS created_at_9, t0.created_by AS created_by_10, t0.is_active AS is_active_11, t0.is_verified AS is_verified_12 FROM dte_backend.users 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.tenant_id AS tenant_id_7, t0.last_connection AS last_connection_8, t0.created_at AS created_at_9, t0.created_by AS created_by_10, t0.is_active AS is_active_11, t0.is_verified AS is_verified_12 FROM dte_backend.users t0 WHERE t0.id = 1494;
|
| 2 |
29.23 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 3 |
8.26 ms |
UPDATE dte_backend.users SET last_connection = ? WHERE id = ?
Parameters: [
"2026-09-23 13:44:26"
1494
]
UPDATE dte_backend.users SET last_connection = '2026-09-23 13:44:26' WHERE id = 1494;
|
| 4 |
35.22 ms |
"COMMIT"
|
| 5 |
11.92 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 6 |
44.01 ms |
INSERT INTO dte_backend.connection_logs (ip_address, session_id, user_dbid, controller, request, creation_date) VALUES (?, ?, ?, ?, ?, ?)
Parameters: [
"94.110.233.220, 193.191.247.240, 10.89.1.1"
"e98ef622215b58141d4b224c31dd0269"
1494
"App\Controller\HomeController::getHomepageData"
"{}"
"2026-09-23 13:44:26"
]
INSERT INTO dte_backend.connection_logs (ip_address, session_id, user_dbid, controller, request, creation_date) VALUES ('94.110.233.220, 193.191.247.240, 10.89.1.1', 'e98ef622215b58141d4b224c31dd0269', 1494, 'App\\Controller\\HomeController::getHomepageData', '{}', '2026-09-23 13:44:26');
|
| 7 |
12.74 ms |
"COMMIT"
|
| 8 |
16.70 ms |
SELECT * FROM dte_backend.tenants WHERE id = ?
SELECT * FROM dte_backend.tenants WHERE id = 1000226;
|
| 9 |
39.04 ms |
SELECT * FROM dte_backend.tenants_projects
JOIN dte_backend.projects ON projects.id = tenants_projects.project_id
WHERE tenant_id = ?
SELECT * FROM dte_backend.tenants_projects
JOIN dte_backend.projects ON projects.id = tenants_projects.project_id
WHERE tenant_id = 1000226;
|
| 10 |
23.84 ms |
SELECT COUNT(*) as messages_count, passed
FROM dte_backend.messages
JOIN dte_backend.tenants ON tenants.id = messages.tenant_id
WHERE tenants.id = :tenant_id
AND project_id = :project_id
GROUP BY passed
Parameters: [
"tenant_id" => 1000226
"project_id" => 12
]
SELECT COUNT(*) as messages_count, passed
FROM dte_backend.messages
JOIN dte_backend.tenants ON tenants.id = messages.tenant_id
WHERE tenants.id = 1000226
AND project_id = 12
GROUP BY passed
;
|
| 11 |
12.45 ms |
SELECT COUNT(*) as testgroups_count
FROM dte_backend.test_groups
WHERE project_id = :project_id
Parameters: [
"project_id" => 12
]
SELECT COUNT(*) as testgroups_count
FROM dte_backend.test_groups
WHERE project_id = 12
;
|
| 12 |
6.89 ms |
SELECT MAX(messages.date) AS last_message_date
FROM dte_backend.messages
JOIN dte_backend.tenants ON tenants.id = messages.tenant_id
WHERE tenants.id = :tenant_id
AND project_id = :project_id
Parameters: [
"tenant_id" => 1000226
"project_id" => 12
]
SELECT MAX(messages.date) AS last_message_date
FROM dte_backend.messages
JOIN dte_backend.tenants ON tenants.id = messages.tenant_id
WHERE tenants.id = 1000226
AND project_id = 12
;
|
| 13 |
4.51 ms |
SELECT COUNT(*) as messages_count, passed
FROM dte_backend.messages
JOIN dte_backend.tenants ON tenants.id = messages.tenant_id
WHERE tenants.id = :tenant_id
AND project_id = :project_id
GROUP BY passed
Parameters: [
"tenant_id" => 1000226
"project_id" => 15
]
SELECT COUNT(*) as messages_count, passed
FROM dte_backend.messages
JOIN dte_backend.tenants ON tenants.id = messages.tenant_id
WHERE tenants.id = 1000226
AND project_id = 15
GROUP BY passed
;
|
| 14 |
1.32 ms |
SELECT COUNT(*) as testgroups_count
FROM dte_backend.test_groups
WHERE project_id = :project_id
Parameters: [
"project_id" => 15
]
SELECT COUNT(*) as testgroups_count
FROM dte_backend.test_groups
WHERE project_id = 15
;
|
| 15 |
1.64 ms |
SELECT MAX(messages.date) AS last_message_date
FROM dte_backend.messages
JOIN dte_backend.tenants ON tenants.id = messages.tenant_id
WHERE tenants.id = :tenant_id
AND project_id = :project_id
Parameters: [
"tenant_id" => 1000226
"project_id" => 15
]
SELECT MAX(messages.date) AS last_message_date
FROM dte_backend.messages
JOIN dte_backend.tenants ON tenants.id = messages.tenant_id
WHERE tenants.id = 1000226
AND project_id = 15
;
|