POST https://dte.ehealth.fgov.be/user/secured/ajax/get/homepage/data

Query Metrics

15 Database Queries
10 Different statements
266.23 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
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 = ?
Parameters:
[
  1494
]
2 29.23 ms
"START TRANSACTION"
Parameters:
[]
3 8.26 ms
UPDATE dte_backend.users SET last_connection = ? WHERE id = ?
Parameters:
[
  "2026-09-23 13:44:26"
  1494
]
4 35.22 ms
"COMMIT"
Parameters:
[]
5 11.92 ms
"START TRANSACTION"
Parameters:
[]
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"
]
7 12.74 ms
"COMMIT"
Parameters:
[]
8 16.70 ms
SELECT * FROM dte_backend.tenants WHERE id = ?
Parameters:
[
  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 = ?
Parameters:
[
  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
]
11 12.45 ms
SELECT COUNT(*) as testgroups_count
            FROM dte_backend.test_groups
            WHERE project_id = :project_id
Parameters:
[
  "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
]
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
]
14 1.32 ms
SELECT COUNT(*) as testgroups_count
            FROM dte_backend.test_groups
            WHERE project_id = :project_id
Parameters:
[
  "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
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User 1
App\Entity\ConnectionLogs 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\ConnectionLogs No errors.