Query Metrics
2
Database Queries
2
Different statements
2.41 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.19 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.email AS email_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.roles AS roles_7, t0.region AS region_8, t0.api_token_created_at AS api_token_created_at_9 FROM users t0 WHERE t0.id = ?
Parameters:
[
71
]
|
| 2 | 1.22 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.is_projet AS is_projet_3, t0.district_id AS district_id_4 FROM list_commune t0 WHERE t0.district_id = ? AND t0.is_projet = ? ORDER BY t0.value ASC
Parameters:
[ "105" 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\ListCommune | No errors. |
| App\Entity\ListDistrict | No errors. |