Query Metrics
2
Database Queries
2
Different statements
2.35 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.84 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.created_at AS created_at_4, t0.roles AS roles_5, t0.email AS email_6, t0.person_id AS person_id_7 FROM user t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
132
]
|
2 | 1.51 ms |
SELECT s0_.id AS id_0, DATE_FORMAT(s0_.created_at, '%Y-%m-%d %H:%i:%s') AS sclr_1, u1_.id AS id_2, o2_.id AS id_3, s0_.station_address AS station_address_4, s0_.station_name AS station_name_5 FROM station s0_ INNER JOIN organization o2_ ON s0_.organization_id = o2_.id INNER JOIN user u1_ ON s0_.created_by = u1_.id WHERE s0_.is_mobile = 0 AND o2_.id = ?
Parameters:
[
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\User | No errors. |
App\Entity\Person | No errors. |
App\Entity\Station | No errors. |
App\Entity\Organization | No errors. |