Query Metrics
3
Database Queries
3
Different statements
2.21 ms
Query time
0
Invalid entities
Queries
reservation connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.25 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
8
]
|
| 2 | 0.78 ms |
SELECT t0.id AS id_1, t0.id_bon AS id_bon_2, t0.type AS type_3, t0.name AS name_4 FROM `carto_bon` t0 WHERE t0.id_bon = ? LIMIT 1
Parameters:
[
261278
]
|
| 3 | 1.19 ms |
SELECT t0.id AS id_1, t0.designation AS designation_2 FROM `forfait` t0 INNER JOIN `carto_bon_forfait` ON t0.id = `carto_bon_forfait`.forfait_id WHERE `carto_bon_forfait`.carto_bon_id = ?
Parameters:
[
92
]
|
Database Connections
| Name | Service |
|---|---|
| reservation | doctrine.dbal.reservation_connection |
| customer | doctrine.dbal.customer_connection |
Entity Managers
| Name | Service |
|---|---|
| main | doctrine.orm.main_entity_manager |
| customer | doctrine.orm.customer_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
main entity manager
| Class | Mapping errors |
|---|---|
| App\Entity\Main\User | No errors. |
| App\Entity\Main\CartoBon | No errors. |
| App\Entity\Main\Forfait | No errors. |
customer entity manager
No loaded entities.