Query Metrics
5
Database Queries
5
Different statements
3.41 ms
Query time
0
Invalid entities
56
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.52 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.created AS created_5 FROM user t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 2 | 0.43 ms |
SELECT t0.id AS id_1, t0.alias AS alias_2, t0.name AS name_3, t0.value AS value_4, t0.cat AS cat_5 FROM setting t0
Parameters:
[] |
| 3 | 0.84 ms |
SELECT count(DISTINCT l0_.id) AS sclr_0 FROM log l0_ LEFT JOIN user u1_ ON l0_.user_id = u1_.id WHERE l0_.id IS NOT NULL AND l0_.created >= ?
Parameters:
[
"2026-05-27"
]
|
| 4 | 0.65 ms |
SELECT DISTINCT l0_.id AS id_0, l0_.id AS id_1 FROM log l0_ LEFT JOIN user u1_ ON l0_.user_id = u1_.id WHERE l0_.id IS NOT NULL AND l0_.created >= ? ORDER BY l0_.id DESC LIMIT 100
Parameters:
[
"2026-05-27"
]
|
| 5 | 0.97 ms |
SELECT l0_.id AS id_0, l0_.event AS event_1, l0_.description AS description_2, l0_.created AS created_3, l0_.entity_id AS entity_id_4, l0_.group_call AS group_call_5, l0_.vendor_code AS vendor_code_6, l0_.type AS type_7, l0_.state AS state_8, l0_.data AS data_9, u1_.id AS id_10, u1_.email AS email_11, u1_.roles AS roles_12, u1_.password AS password_13, u1_.created AS created_14, l0_.user_id AS user_id_15 FROM log l0_ LEFT JOIN user u1_ ON l0_.user_id = u1_.id WHERE l0_.id IS NOT NULL AND l0_.created >= ? AND l0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY l0_.id DESC
Parameters:
[ "2026-05-27" 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 ] |
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\Log | 42 |
| App\Entity\Setting | 13 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Restaurant | No errors. |
| App\Entity\Log | No errors. |
| App\Entity\Setting | No errors. |