Query Metrics
7
Database Queries
7
Different statements
3.09 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.57 ms |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.email AS email_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.phone AS phone_6, t0.type AS type_7, t0.last_login AS last_login_8, t0.failed_login_attempts AS failed_login_attempts_9, t0.enabled AS enabled_10, t0.locked AS locked_11, t0.roles AS roles_12, t0.password AS password_13, t0.state AS state_14, t0.created AS created_15, t0.updated AS updated_16, t0.picture_id AS picture_id_17, t0.userfunction_id AS userfunction_id_18, t0.timezone_id AS timezone_id_19, t0.locale_id AS locale_id_20, t0.employee_id AS employee_id_21, t0.organization_id AS organization_id_22, t0.created_by AS created_by_23, t0.updated_by AS updated_by_24 FROM user t0 WHERE t0.id = ?
Parameters:
[
5
]
|
| 2 | 0.86 ms |
SELECT t0.id AS id_1, t0.entity AS entity_2, t0.action AS action_3, t0.path AS path_4, t0.logging AS logging_5, t0.found_during_last_run AS found_during_last_run_6, t0.execution_action AS execution_action_7, t0.state AS state_8, t0.created AS created_9, t0.updated AS updated_10, t0.created_by AS created_by_11, t0.updated_by AS updated_by_12 FROM security_action t0 WHERE t0.entity = ? AND t0.action = ? AND t0.state = ? LIMIT 1
Parameters:
[ "App" "innerhome" 0 ] |
| 3 | 0.23 ms |
"START TRANSACTION"
Parameters:
[] |
| 4 | 0.39 ms |
INSERT INTO user_log (entity, action, element, state, created, updated, authorizationtype_id, created_by, updated_by, organization_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => "App" 2 => "innerhome" 3 => null 4 => 0 5 => "2026-09-21 20:34:19" 6 => "2026-09-21 20:34:19" 7 => null 8 => 5 9 => 5 10 => 1 ] |
| 5 | 0.33 ms |
UPDATE security_action SET execution_action = ?, updated = ? WHERE id = ?
Parameters:
[ 10884 "2026-09-21 20:34:19" 322 ] |
| 6 | 0.47 ms |
"COMMIT"
Parameters:
[] |
| 7 | 0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.show_blameable AS show_blameable_3, t0.show_deleted AS show_deleted_4, t0.state AS state_5, t0.created AS created_6, t0.updated AS updated_7, t0.ui_template_id AS ui_template_id_8, t0.specific_screen_configuration_id AS specific_screen_configuration_id_9, t0.authorizationtype_id AS authorizationtype_id_10, t0.created_by AS created_by_11, t0.updated_by AS updated_by_12, t0.organization_id AS organization_id_13 FROM user_function t0 WHERE t0.id = ?
Parameters:
[
2
]
|
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Kernel\User | No errors. |
| App\Entity\Kernel\KernelFile | No errors. |
| App\Entity\Kernel\UserFunction | No errors. |
| App\Entity\Kernel\ListItem | No errors. |
| App\Entity\HR\Employee | No errors. |
| App\Entity\Kernel\Organization | No errors. |
| App\Entity\Kernel\Contact | No errors. |
| App\Entity\Kernel\SecurityAction | No errors. |
| App\Entity\Kernel\UserLog | No errors. |
| App\Entity\Kernel\ConfigurableList | No errors. |
| App\Entity\Kernel\ScreenConfiguration | No errors. |
| App\Entity\Kernel\Folder | No errors. |
| App\Entity\Kernel\Role | No errors. |