Query Metrics
4
Database Queries
4
Different statements
1.79 ms
Query time
5
Invalid entities
15
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.52 ms (28.90%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
4
]
|
|
0.47 ms (26.49%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM product t0 WHERE t0.id = ?
Parameters:
[
2
]
|
|
0.41 ms (22.81%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.location_id AS location_id_3 FROM production_location t0
Parameters:
[] |
|
0.39 ms (21.80%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM attributes t0 WHERE t0.id = ?
Parameters:
[
2
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\ProductionLocation | 8 |
| App\Entity\Location | 4 |
| App\Entity\User | 1 |
| App\Entity\Product | 1 |
| App\Entity\Attributes | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Product |
|
| App\Entity\Attributes |
|
| App\Entity\OrderProducts |
|
| App\Entity\Production | No errors. |
| App\Entity\Warehouse |
|
| App\Entity\ProductionLocation |
|
| App\Entity\Location | No errors. |