Query Metrics
3
Database Queries
3
Different statements
1.72 ms
Query time
2
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM marque t0
Parameters:
[] |
| 2 | 0.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM marque t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"Apple"
]
|
| 3 | 0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.marque_id AS marque_id_3 FROM modele t0 WHERE t0.marque_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\Marque |
|
| App\Entity\Piece | No errors. |
| App\Entity\Modele |
|
| App\Entity\Support | No errors. |
| App\Entity\Tarification | No errors. |