Query Metrics
3
Database Queries
3
Different statements
1.72 ms
Query time
2
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.25 ms (72.39%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM marque t0
Parameters:
[] |
|
0.28 ms (16.25%) |
1 |
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
]
|
|
0.20 ms (11.37%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM marque t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"Apple"
]
|
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. |